home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / savegame.mmm / 00014_Field_14.txt < prev    next >
Text File  |  1995-03-01  |  631b  |  19 lines

  1. File I/O: continued.
  2.  
  3. This example uses the FileIO XObject. This XObject is built into MacroMind Director, so it is always available.
  4.  
  5. The FileIO XObject uses the following methods:
  6.  
  7. mNew, mode, fileNameOrType     opens a file. 
  8.     Mode can be: 
  9.     "read"          --  open file "fileName" 
  10.     "?read"         --  get file dialog showing "fileType" 
  11.     "write"          --  write file "fileName" 
  12.     "?write"        --  put file dialog to write "fileName" 
  13.     "append"      --  append file "fileName" 
  14.     "?append" --  get file dialog showing "fileType"
  15.     FileType for ?read can be : any 4 letter file type 
  16.  
  17.  
  18.  
  19. continuedÉ